home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 5 / Gekikoh Dennoh Club Vol. 5 (Japan).7z / Gekikoh Dennoh Club Vol. 5 (Japan) (Track 01).bin / internet / xip / iijppp.lzh / src / pap.h < prev    next >
C/C++ Source or Header  |  1993-09-11  |  100b  |  8 lines

  1. #ifndef _PAP_H_
  2. #define    _PAP_H_
  3.  
  4. #define    PAP_REQUEST    1
  5. #define    PAP_ACK        2
  6. #define    PAP_NAK        3
  7. #endif
  8.